runtime.sudog.c (field)

21 uses

	runtime (current package)
		chan.go#L270: 	mysg.c.set(c)
		chan.go#L301: 	mysg.c.set(nil)
		chan.go#L651: 	mysg.c.set(c)
		chan.go#L683: 	mysg.c.set(nil)
		mgc.go#L1200: 			if isMarkedOrNotInHeap(unsafe.Pointer(sg.c.get())) {
		mgc.go#L1273: 				sg.c.setUntraceable()
		mgc.go#L1287: 			sg.c.setTraceable()
		mgc.go#L1328: 				shade(sg.c.uintptr())
		proc.go#L542: 	if s.c.get() != nil {
		runtime2.go#L447: 	c        maybeTraceableChan // channel
		select.go#L86: 		if sg.c.get() != lastc && lastc != nil {
		select.go#L95: 		lastc = sg.c.get()
		select.go#L328: 		sg.c.set(c)
		select.go#L372: 		sg1.c.set(nil)
		stack.go#L867: 		p := sg.elem.uintptr() + uintptr(sg.c.get().elemsize)
		stack.go#L886: 		if sg.c.get() != lastc {
		stack.go#L896: 			lockWithRank(&sg.c.get().lock, lockRankHchanLeaf)
		stack.go#L898: 		lastc = sg.c.get()
		stack.go#L918: 		if sg.c.get() != lastc {
		stack.go#L919: 			unlock(&sg.c.get().lock)
		stack.go#L921: 		lastc = sg.c.get()